home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / iplab.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  606b  |  12 lines

  1. /*              IPL_ABORT               */
  2. /* k 1037   21/05/91                */
  3. struct  iplab {                     /* IPL_ABORT request    */
  4.     char hdr[3];                    /* header               */
  5.     char res1[1];                   /* reserved             */
  6.     char pcid[8];                   /* PCID                 */
  7.     char onode[8];                  /* origin node name     */
  8.     char dnode[8];                  /* destination node name*/
  9.     char res1[4];                   /* reserved             */
  10.          };
  11. #define IPLAB 0x430246   /* IPL_ABORT header                */
  12.